AIDL

AIDL

遇到的问题

AIDL 未生成 Java 代码

  1. 检查 gradle 有没有配置
buildFeatures {
    compose true
    aidl true
}